-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[go_router_builder] Adds name parameter to TypedGoRoute and supports its generation. #3665
Conversation
I'd need a hand here, CI is failing because |
You need to separate out two pr, one for go_router and one for go_router_builder. The go_router one need to be merged first before the ci in go_router_builder can pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please separate out two prs
Needs #3702 to be merged before tests can pass and this pr can be merged. |
This PR is required for [#3665](#3665) to work and be merged. It should allow for generating `TypedGoRoutes` by defining a custom name and forwarding it to the underlying GoRoute. This is needed when working with Analytics services such as Google analytics that use the `RouteSettings.name` to log the page in their systems. *List which issues are fixed by this PR. You must list at least one issue.* [#120102](flutter/flutter#120102)
Hi @dancamdev, what's the status of this pr? |
Co-authored-by: MicheleBenedetti <Michele-x98@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This branch seems old, can you rebased off latest main?
packages/go_router_builder/test/test_inputs/_go_router_builder_test_input.dart
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…upports its generation. (flutter/packages#3665)
flutter/packages@0167d83...6328cfb 2023-05-10 43640732+dancamdev@users.noreply.github.com [go_router_builder] Adds name parameter to TypedGoRoute and supports its generation. (flutter/packages#3665) 2023-05-10 stuartmorgan@google.com [various] Remove iOS 9 references (flutter/packages#3948) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
flutter/packages@0167d83...6328cfb 2023-05-10 43640732+dancamdev@users.noreply.github.com [go_router_builder] Adds name parameter to TypedGoRoute and supports its generation. (flutter/packages#3665) 2023-05-10 stuartmorgan@google.com [various] Remove iOS 9 references (flutter/packages#3948) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This PR is required for [flutter#3665](flutter#3665) to work and be merged. It should allow for generating `TypedGoRoutes` by defining a custom name and forwarding it to the underlying GoRoute. This is needed when working with Analytics services such as Google analytics that use the `RouteSettings.name` to log the page in their systems. *List which issues are fixed by this PR. You must list at least one issue.* [#120102](flutter/flutter#120102)
…its generation. (flutter#3665) This PR allows for generating `TypedGoRoutes` by defining a custom name and forwarding it to the underlying `GoRoute` this is needed when working with Analytics services such as Google analytics that use the name to log the page in their systems. Fixes [#120102](flutter/flutter#120102)
This PR allows for generating
TypedGoRoutes
by defining a custom name and forwarding it to the underlyingGoRoute
this is needed when working with Analytics services such as Google analytics that use the name to log the page in their systems.Fixes #120102
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.